@charset "utf-8";

/* ------------------------------------------------------------------
HEADER SECTION
--------------------------------------------------------------------- */
.header {
  width: 100%;
  position: relative;
  z-index: 999;
  transition: all .5s ease;
  background: url("../images/header_bg.jpg") no-repeat center top;
}

.header .header-nav {
  height: 83px;
  padding-right: 2vw;
}

.header .header-nav ul.nav {
  align-items: center;
  -webkit-align-items: center;
}

.header .header-nav ul.nav>li {
  text-align: center;
  position: relative;
  transition: all .3s ease-in-out;
}

.header .header-nav ul.nav>li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
}

.header .header-nav ul.nav>li:not(:last-child):after {
  right: 0;
  background: #585858;
}

.header .header-nav ul.nav>li:last-child>a {
  padding: 0 0 0 .5vw;
}

.header .header-nav ul.nav>li:first-child>a {
  padding: 0 .5vw 0 0;
}

.header .header-nav ul.nav>li>a {
  padding: 0 .5vw;
  position: relative;
  display: block;
  text-transform: uppercase;
}


.header .header-nav a {
  color: #747474
}

.header .header-nav a:hover {
  color: #333;
}

.header nav.bg {
  transition: all .3s ease-in-out;
  background-color: #006ABB;
}

.header nav ul.nav {
  width: 100%;
  align-items: center;
  -webkit-align-items: center;
}

.header nav ul.nav>li {
  /* width: 12%; */
  padding: 0 1px;
  text-align: center;
  position: relative;
  transition: all .3s ease-in-out;
}

.header nav ul.nav>li>a {
  color: #fff;
  font-weight: bold;
  padding: 0 1.5vw;
  font-size: 0.875rem;
  height: 30px;
  line-height: 30px;
  position: relative;
  transition: all .3s;
  display: block;
}

.header nav ul.nav>li:hover>a,
.header nav ul.nav>li.active>a {
  background: #46AFFF;
}

.header nav ul.nav>li:hover>a {
  color: #ffd200;
}

.header nav ul.nav>li:first-child::before,
.header nav ul.nav>li:last-child::after {
  background: none;
}

.header nav ul.nav>li::before,
.header nav ul.nav>li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 25px;
  width: 1px;
}

.header nav ul.nav>li::before {
  left: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .25), rgba(0, 0, 0, .1));
  background: linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .25), rgba(0, 0, 0, .1));
}


.header nav ul.nav>li::after {
  right: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
  background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0));
}

/*----------一级目录------*/
ul.nav>li.dropdown>.submenu-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  width: 100%;
  pointer-events: none;
}

ul.nav>li.dropdown:hover>.submenu-wrapper {
  pointer-events: auto;
}

ul.nav>li.dropdown>.submenu-wrapper>.submenu-inner {
  margin-top: 0;
  width: max-content;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transform: translateY(30px);
  transition: .3s;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

ul.nav>li.dropdown:hover>.submenu-wrapper>.submenu-inner {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 300ms ease;
}

/*--------------------------*/
.submenu-inner>ul>li {
  position: relative;
  width: 100%;
  background-color: #006ABB;
}

.submenu-inner>ul>li>a {
  color: #fff;
  white-space: nowrap;
  position: relative;
  display: block;
  padding: .3125rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  line-height: 1.5;
  text-align: left;
  transition: color 500ms ease;
  text-transform: uppercase;
}

.submenu-inner>ul>li>a:hover {
  color: #ffd200;
  background: #17469D;
}

header ul.nav>li.dropdown ul li:last-child a {
  border-bottom: 0;
}

/* ------------------------------------------------------------------
SWIPER SECTION
--------------------------------------------------------------------- */
.banner .container {
  padding: 5px;
  background-color: #fff;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: -35px;
  width: 41px;
  height: 69px;
}

.swiper-button-prev {
  background: url("../images/icon-slides.png") no-repeat -84px 50%;
  left: 0;
}

.swiper-button-prev:hover {
  background-position: 0 50%
}

.swiper-button-next {
  background: url("../images/icon-slides.png") no-repeat -125px 50%;
  right: 0;
}

.swiper-button-next:hover {
  background-position: -42px 50%
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.carousel .swiper-slide .wrapper {
  position: absolute;
  left: 30px;
  right: 0;
  z-index: 2;
  bottom: 13%;
}

.carousel .swiper-slide .wrapper h4 {
  font-size: 2.1875rem;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-family: "Helvetica";
  position: relative;
  transition: all ease 1s .6s;
  opacity: 0;
  transform: translateY(40px)
}

.carousel .swiper-slide-active .wrapper h4 {
  opacity: 1;
  transform: translateY(0px)
}

/* ------------------------------------------------------------------
PROFILE SECTION
--------------------------------------------------------------------- */
.main-body .container {
  padding: 0 5px;
  background-color: #fff;
}

.main-body .left-content {
  padding: 15px 15px 0;
  width: 64%;
}

.main-body .left-content.bg {
  background: url("../images/about_bg.jpg") no-repeat left top;
}

.main-body .bg {
  background-image: linear-gradient(to bottom, #EAEFF5 10%, #FAFBFD 50%, #fff 100%);
}

.main-body h3 {
  color: #17469d;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}

.main-body .content {
  color: #585858;
  margin-bottom: 0.625rem;
  line-height: 1.8;
  word-break: break-all;
}

.main-body .content p+p {
  margin-top: 0.75rem;
}
.main-body .content ol li{
  margin-bottom: .5rem;
}

.main-body address p{
  line-height: 2;
  margin-bottom: .625rem;
}

.main-body address p a:not(:last-child), .main-body address p span:not(:last-child) {
  padding-right: .5vw;
}

.main-body a.read-more {
  color: #747474;
}

.main-body a.read-more:hover {
  color: #333;
}

.main-body .featurette-divider {
  margin: 5px 0 30px;
  position: relative;
  width: 100%;
  height: 1px;
  background: #CCD8E4;
}

.main-body .featurette-divider::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #CCD8E4;
}

.main-body .form-widget {
  max-width: 500px;
  margin: 0 auto;
  padding: 25px;
  background-color: rgba(250, 250, 250, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15), inset 0px 1px 0px 0px rgba(250, 250, 250, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}



/*-----------------------------------------*/
.main-body .right-content {
  position: relative;
  width: 36%;
  padding: .625rem .625rem 1rem;
}

.main-body .right-content::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, rgba(204,216,228, 0) 10%, rgba(204,216,228, .75) 70%, rgba(204,216,228, .95) 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.main-body .article-section {
  margin-bottom: 1rem;
}

.main-body .nav-tabs {
  margin-bottom: .5rem;
  border-bottom: 1px solid #c8d3de;
}

.main-body .nav-tabs li>a {
  position: relative;
  font-weight: bold;
  font-size: 0.75rem;
  border: 0 none;
  padding: 0.375rem 1rem;
}

.main-body .nav-tabs li.active>a {
  color: #17469d;
  background-color: #CBD5E0;
}

.main-body .tab-box{
  min-height: 115px;
}

.main-body .tab-box .tab-conbox {
  transition: all 0.5s ease;
}

.main-body .tab-box .tab-conbox+.tab-conbox {
  display: none;
}


/*------合作伙伴-----*/
.main-body .link-section img {
  width: 100%;
  max-width: 100%;
}

.main-body .link-section .scrolltop {
  height: 210px;
  overflow: hidden;
}

/*---------------------
icon-profile
-------------------------*/
.item-profile {
  padding-top: 1.2%;
}


.item-profile .content-scroll {
  line-height: 1.75;
}

.item-profile .content-scroll p+p {
  margin-top: 0.9375rem;
}

.item-profile .swiper {
  width: 100%;
  height: 240px;
  /* margin-bottom: 1.25rem; */
}

.item-profile .swiper .swiper-slide {
  height: auto;
  padding-right: 1.25rem;
}

.item-profile .carousel .container {
  background-color: rgba(0, 68, 130, .5);
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  top: auto;
  bottom: 0;
  padding: 0;
  transform: translateY(0);
}

.item-profile .carousel .container .carousel-caption {
  padding: 0 .625rem;
}

.item-profile .carousel .carousel-caption {
  bottom: 0;
}

/*---------------------
CUSTOMIZE THE CAROUSEL
----------------------*/
.carousel-item img:not(:first-child) {
  display: none;
}

.carousel .container {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.carousel .carousel-caption {
  position: relative;
  right: 0;
  left: 0;
  width: 100%;
}



/* --------------------------------------------------
SECTION TITLE
----------------------------------------------------- */
.section-padding {
  padding: 2.5% 0;
}

.section-title {
  position: relative;
  margin-bottom: 1.875rem;
}

.section-title h2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -30%);

  color: #f0f0f0;
  text-transform: uppercase;
  font-size: 50px;
  font-size: calc(1.5rem + 1.2vw) !important;
  font-family: "Mont";
  /* font-size: calc(1.3rem + .5vw) !important; */
  /* position: relative; */
}


.section-title h3 {
  position: relative;
  z-index: 1;
  font-size: calc(1.2rem + .5vw) !important;
  color: #0D8E2A;
  padding-left: 4.2rem;
  background: url('../images/section-title.png') no-repeat left;
  background-size: contain;
  /* margin-top: -2.25rem; */
}


/* ------------------------------------------------------------------
Application SECTION
--------------------------------------------------------------------- */
.application-section {
  padding: 1rem 0;
}

.application-section .col .card {
  border-radius: 0;
  border: 1px solid #b8c9d9;
}

.application-section .g-lg-4 {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.application-section .container-fluid {
  --bs-gutter-x: 2rem;
}


.application-section li a img.thumbnail {
  width: 100%;
  max-width: 100%;
}

.application-section li a img:nth-child(2) {
  display: none;
}

.application-section li:hover a img:nth-child(1) {
  display: none;
}

.application-section li:hover a img:nth-child(2) {
  display: block;
}


.application-section li:hover .card-body h3.card-title {
  color: #fff;
}

.application-section li:hover .card-body p.card-text {
  color: rgba(255, 255, 255, 0.5);
}


.application-section .card .card-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 5% 0 0 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateY(0);
}


.application-section .card .card-body h3.card-title {
  font-size: clamp(1.25rem, 1.007rem + 1.04vw, 2.25rem);
  color: #2e3033;
  font-family: "Helvetica";
  font-weight: bold;
}

.application-section .card .card-body p.card-text {
  font-size: clamp(1rem, 0.97rem + 0.13vw, 1.125rem);
  color: #6c7380;
  font-family: "Arial";
}

/* ------------------------------------------------------------------
PROFILE SECTION
--------------------------------------------------------------------- */

/* .profile-section {
  position: relative;
} */


.profile-section {
  position: relative;
  background-color: #f9f9f9;
  background-size: cover;
}

.profile-section>.container {
  position: relative;
  z-index: 3;
}

.profile-section .gray-bg {
  background-color: #f9f9f9;
}

/* .profile-section .about-img {
  float: right;
  text-align: right;
} */


.profile-section .about-img .img-1 {
  position: relative;
}

.profile-section .about-img .img-1 .img-2 {
  position: absolute;
  top: 50%;
  left: -12%;
}

.profile-section .about-img .img-1 .img-2 img {
  box-shadow: -4px 4px 20px 0px #f0f0f0;
}


.profile-section .about-img .img-1 .img-3 {
  position: absolute;
  top: 84%;
  left: 27%;
  box-shadow: 0px 5px 20px 0px #f0f0f0;
}



.profile-section .desc h3::after {
  content: '';
  margin: 1rem 0;
  height: 2px;
  background: #f6ab00;
  width: 50px;
  display: block;
}


.profile-section .video-wrapper {
  position: relative;
}

.profile-section .video-wrapper .video {
  width: 100%;
}


.profile-section .desc .sub-title {
  font-size: 1.375rem;
}

.profile-section .desc h2 {
  font-size: 1.75rem;
}

.profile-section .desc p {
  line-height: 1.75;
}

.profile-section .swiper {
  width: 100%;
  height: 370px;
  margin-bottom: 1rem;
}

.profile-section .swiper .swiper-slide {
  height: auto;
  padding-right: 2rem;
}

.profile-section .desc p+p {
  margin-top: 0.9375rem;
}

/* ------------------------------------------------------------------
PRODUCT SECTION
--------------------------------------------------------------------- */
.product-section {
  position: relative;
  background-size: cover;
}


.equipment .card {
  overflow: hidden;
}

.equipment .card-body {
  padding: 3%;
}


.product-section .card {
  border-radius: 0;
  overflow: hidden;
  border-color: rgba(225, 225, 225, .95);
}

.product-section .card .card-body {
  background-color: #f1f1f1;
}

.product-section .shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(225, 225, 225, .075) !important;
}

/*-----------------------*/

.owl-carousel.owl-drag .owl-item {
  padding-bottom: 4px;
}

.product-section .card h6 {
  font-size: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(89, 89, 89, 1);
}

.product-section .card .p-text {
  line-height: 1.8;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(132, 132, 132, 1);
  margin: 0.625rem 0;
  font-size: 0.875rem;
}


.owl-theme .owl-dots .owl-dot span {
  background: rgba(13, 142, 42, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0D8E2A;
}

/* ------------------------------------------------------------------
NEW SECTION
--------------------------------------------------------------------- */
.news-section .card-body p {
  color: #858585;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.news-section .read-more {
  transition: .3s;
}

.news-section .read-more:hover {
  letter-spacing: 1px;
}

.news-section .card {
  border: 1px solid rgba(0, 0, 0, .125);
}

/* --------------------------------------------------
FOOTER SECTION
----------------------------------------------------- */
footer {
  color: #585858;
}

footer .container{
  border-top: 2px solid #E6EAED;
  padding: .625rem 0;
  background: linear-gradient(to bottom, #f5f5f5, #E4EBF1);
}

footer p {
  line-height: 1.85;
}

footer p span:not(:last-child) {
  padding-right: .5vw;
}

/* --------------------------------------------------
PAGE TITLE SECTION
----------------------------------------------------- */
.page-title-section {
  transition: height .2s ease-in-out;
  background-position: center;
  background-size: cover;
  padding: 6% 0;
}

/* .page-title-section::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: .2;
} */

.page-header {
  z-index: 1;
}

.page-header h1 {
  color: #fff;
  font-size: 2.25rem;
}

/* -------------------------------------------------
Breadcrumb
----------------------------------------------------*/
.breadcrumb a,
.breadcrumb>.active,
.breadcrumb-item,
.breadcrumb-item+.breadcrumb-item::before {
  font-size: 1.125rem;
  color: #fff;
}

.breadcrumb a:hover {
  color: #44AFF5;
}

.breadcrumb-item i {
  margin-right: .5rem;
}

/*--------------------
WEB WIDTH
-------------------------*/
.service-contents {
  padding: 2.5% 0;
}

.service-contents .col-lg-3 {
  width: 24%;
}

.service-contents .col-lg-9 {
  width: 76%;
}

/* -------------------------------------------------
SHOP TITLE
----------------------------------------------------*/
.shop-title {
  background: -webkit-linear-gradient(left, #ebebeb, #f8f8f8);
}

.shop-title .shop-total a {
  padding: 0 1rem;
  font-size: 1.125rem;
  border: 1px solid #e8e8e8;
  text-align: center;
  background: #F7F7F7;
  color: #999;
}

.shop-title .shop-total a:hover {
  background: #fff;
}

.shop-title .shop-total span i {
  color: #015BAB;
  font-style: normal;
}

/* -------------------------------------------------
PRODUCT DETAIL
----------------------------------------------------*/
.product-gallery {
  width: 45%;
}

.product-gallery .sp-wrap {
  width: 100%;
}

.product-gallery .sp-current-big img {
  width: 100%;
}

.product-gallery .sp-thumbs {
  margin-top: 10px;
}

.product-gallery .sp-thumbs a {
  border: 1px solid #eeeeee;
  margin-right: 10px;
}

.product-des {
  width: 55%;
}

.product-des .opacity-25 {
  opacity: 0.1 !important;
}

.product-des .short h4 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #015BAB;
}

.product-des .description {
  line-height: 1.8;
}

.social-share .social-share-icon {
  line-height: 30px;
}

.product-des .card-body {
  background-color: #F8F8F8;
}

.product-des .card-body h3 {
  color: #015BAB;
  font-size: 1.125rem;
}

.product-des .card-body h3 a {
  color: #015BAB;
}

.product-des .card-body h3 a:hover {
  text-decoration: underline;
}

.product-des .description>li {
  line-height: 1.85;
  color: #666;
}

.product-des .description>li span,
.product-des .description>li a {
  color: #333;
}

/*----------选项卡-------*/
.tab-content {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #333;
  font-size: 1rem;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link.active {
  color: #015BAB;
  font-weight: bold;
}

.nav-tabs .nav-link.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #015BAB;
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  z-index: 1;
}


.product-info .tab-pane .intro {
  position: relative;
}

.product-info .tab-pane .intro h5 {
  font-weight: 500;
  margin-bottom: .5rem;
}

.product-info .tab-pane .intro img {
  max-width: 100%;
}

.product-info .tab-pane .intro p {
  line-height: 1.75;
}

.product-info .tab-pane .intro table,
.product-info .tab-pane .intro>p {
  margin-bottom: .75rem;
}

.product-info .tab-pane .intro table td.tb-rl {
  margin: 0 auto;
  text-align: center;
  writing-mode: tb-rl;
  letter-spacing: .25rem;
  width: 40px;
}

/* .product-info .tab-pane .intro table td img {
  height: 20px;
} */

.product-info .tab-pane .intro ul,
.product-info .tab-pane .intro ol,
.product-info .tab-pane .intro .list-paddingleft-2 {
  padding-left: 20px;
}

.product-info .tab-pane .intro li {
  line-height: 1.75;
}

.oblique {
  text-align: left !important;
  position: relative;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9IiNkZmU2ZWMiIHN0cm9rZS13aWR0aD0iMSIvPjwvc3ZnPgo=) no-repeat 100% center;
}

.span-5 {
  display: inline-block;
  width: 50%;
}

.span-left {
  position: absolute;
  bottom: 5px;
}

.span-right {
  position: absolute;
  top: 5px;
  right: 0;
}

.product-info .tab-pane .intro table td p {
  margin-bottom: 0;
}

/*------产品滚动-----*/
.product-slide {
  display: none;
  width: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  position: relative;
}

.product-slide .swiper-slide {
  position: relative;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.product-slide .pagination {
  position: absolute;
  z-index: 20;
  bottom: 3px;
  text-align: center;
  right: 0;
}

.product-slide .swiper-pagination-bullet {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #333;
  margin: 0 2px;
  opacity: 0.8;
  cursor: pointer;
}

.product-slide .swiper-pagination-bullet-active {
  background: #015BAB;
}

/*-------单页内容-------*/
.entry-header h1{
  font-size: 1rem;
}

.entry-header a {
  cursor: pointer;
}

.entry-content p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.entry-content .info p span:not(:last-child) {
  padding-right: 0.5rem;
}

.entry-content img {
  max-width: 100%;
}

.entry-content img[align='left'] {
  margin-right: 15px;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
}

.service-contents [class$=contact] img {
  max-width: inherit;
}

.service-contents [class$=contact] h4 {
  color: #015BAB;
}

.service-contents [class$=contact] .entry-content address {
  line-height: 1.8;
}

.service-contents [class$=contact] .entry-content address h4 {
  color: #333;
  font-weight: bold;
}

.service-contents [class$=contact] .entry-content address a:not(:last-child) {
  padding-right: 0.5rem;
}

.service-contents [class$=contact] .btn-primary {
  background-color: #015BAB;
  border-color: #015BAB;
}

.list-paddingleft-2{
  padding-left: .75rem;
}

/*--------新闻详情页------*/
.post-meta {
  color: #898989;
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e7eb;
}

.post-share-info .tag span i {
  color: #015BAB;
}

.post-share-info .tag a {
  position: relative;
  padding-right: 10px;
  font-weight: 500;
}

hr.divider {
  opacity: 1;
  border-top: 0 none;
  border-bottom: 1px solid #e5e7eb !important;
}

nav.prevnext {
  flex-wrap: wrap;
  line-height: 1.8;
}

.quality-list {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

.quality-slide .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.quality-slide .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

/*------内页新闻列表------*/
.service-contents ul.news-list li {
  border-bottom: 1px rgba(0, 0, 0, .1) solid;
  padding-bottom: 2%;
}

.service-contents ul.news-list li+li {
  padding: 2% 0;
}

.service-contents ul.news-list li .news-thumb {
  width: 30%;
  overflow: hidden;
  margin-right: 2%;
}

.service-contents ul.news-list li .news-thumb img {
  object-fit: contain;
  transition: transform .3s ease-out;
}

.service-contents ul.news-list li:hover .news-thumb img {
  transform: scale(1.1, 1.1);
}

.service-contents ul.news-list li section {
  position: relative;
}

.service-contents ul.news-list li section h4 {
  font-size: 1.375rem;
  line-height: 1.4;
}

.service-contents ul.news-list li:hover h4 a {
  color: #015BAB;
}


.service-contents ul.news-list li section p.desc {
  color: #999;
  font-size: 0.9375rem;
  line-height: 1.75;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}

.service-contents ul.news-list li section .meta {
  font-size: 0.875rem;
  position: absolute;
  bottom: 3.5%;
  color: #a3afb7;
}

.service-contents ul.news-list li section .meta .tags {
  display: inline-block;
  position: relative;
}


.service-contents ul.news-list li section .meta .tags a:first-child {
  background: #cbd8eb;
  color: #2e64b0;
}

.service-contents ul.news-list li section .meta .tags a {
  display: inline-block;
  padding: 0 8px;
  background: #f9f9f9;
  border-radius: 2px;
  line-height: 1.6;
  font-weight: 400;
  color: #999;
  margin-right: 8px;
}

.service-contents ul.news-list li section .meta .tags a:hover {
  background: #cbd8eb;
  color: #2e64b0;
}

.service-contents ul.news-list li section .meta .time {
  color: #828a92;
  display: inline-block;
}

.service-contents ul.news-list li section .meta .time span:not(:first-child) {
  margin-left: 0.625rem;
}

.service-contents ul.news-list li section .meta .time span i {
  margin-right: .3125rem;
}

/*--------人才招聘--------*/
.job-title {
  background-color: #2e64af;
}

.job-title ul li {
  color: #fff;
  text-align: center;
  padding: .5rem 0;
  font-size: 0.875rem;
  width: 20%;
}

.job-list {
  background-color: #f6f4f4;
  margin-bottom: 20px;
}

.job-list .job-content .job-desc {
  display: none;
}

.job-list .job-content>ul {
  cursor: pointer;
  border-bottom: 1px solid #e8e7e7;
}

.job-list .job-content>ul>li {
  color: #393939;
  padding: .5rem 0;
  text-align: center;
  width: 20%;
}

.job-list .job-content.active>ul>li,
.job-list .job-content>ul:hover>li {
  color: #2e64af;
}

.job-tip {
  line-height: 1.7;
  margin-bottom: 20px;
}

.job-tip p {
  margin: 0;
}

.job-contact h2 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.job-contact p {
  line-height: 1.7;
}

/*-------职位描述-----*/
.job-list .job-desc {
  width: 100%;
  padding: 1rem 2rem;
  border-bottom: 1px solid #e5e5e5;
}

.job-list .job-desc>ul {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.job-list .job-desc>ul>li {
  line-height: 1.8;
}

.job-list .job-desc ul li span {
  color: #666;
}

/*--------岗位职责-----*/
.job-list .job-desc .zhize.z1 {
  margin-bottom: 1rem;
}

.job-list .job-desc h2 {
  font-weight: 600;
  font-size: 0.875rem;
  color: #333;
  margin-bottom: 10px;
}

.job-list .job-desc p {
  line-height: 1.75;
}